home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Periodical / Info-Mac / InfoMac 11-097 < prev    next >
Text File  |  1993-12-31  |  48KB  |  1,319 lines

  1.  8-May-93  8:27:44-GMT,47793;000000000000
  2. Return-Path: <macmod@SUMEX-AIM.Stanford.EDU>
  3. Received: from SUMEX-AIM.Stanford.EDU by CAMIS.Stanford.EDU (4.1/inc-1.0)
  4.     id AA09783; Sat, 8 May 93 01:27:37 PDT
  5. Full-Name: Info-Mac Moderator
  6. Received: by SUMEX-AIM.Stanford.EDU (4.1/inc-1.0)
  7.     id AA28383; Sat, 8 May 93 00:53:02 PDT
  8. Message-Id: <9305080753.AA28383@SUMEX-AIM.Stanford.EDU>
  9. Date: Sat,  8 May 93 00:52:49 PDT
  10. From: The Moderators <info-mac-request@sumex-aim.stanford.edu>
  11. Reply-To: Info-Mac@sumex-aim.stanford.edu
  12. Subject: Info-Mac Digest V11 #97
  13. To: info-mac-list@SUMEX-AIM.Stanford.EDU
  14.  
  15.  
  16. Info-Mac Digest             Sat,  8 May 93       Volume 11 : Issue 97
  17.  
  18. Today's Topics:
  19.  
  20.       [*] LogoMation 1.0.1
  21.       [*] MACSIG from Central Point Software
  22.       [*] PICTshow15.hqx
  23.       [*] Quicktime 1.6
  24.       [*] theTypebook 3.2.4
  25.       [*] Trawl 1.01 (Network Management Utility)
  26.       !HELP--my SE/30 won't work!---a happy ending (long)
  27.       2MB SIMMs in a IIci -- any problems
  28.       A few Sys. 7.2 suggestions... (C)
  29.       Apple Centris 650 Memory SIMMs?
  30.       A question about the C650?
  31.       Arabic Word Processors (Q)
  32.       BRIDGE by Artworx - Experience???
  33.       c.s.m.announce archive--where? (Q)
  34.       Can't we keep it clean?
  35.       CD-ROM as audio CD players
  36.       CD-ROM player vs. Audio CD player (c)
  37.       Color Inkjet Refill Works
  38.       E-mail directory
  39.       Ethernetlet (No flame)
  40.       Ethernet Problem w/ PowerBook Duos
  41.       Fax number of ADPA (Q)
  42.       Home printers: color or B/W?  (summary)
  43.       HyperCard->network
  44.       INFO on QUICKTIME, please
  45.       Limbaugh.hqx (a proposal)
  46.       LOGO for the Mac (R)
  47.       MacLink Plus file conversions
  48.       Macsbug (Q)
  49.       MacSecure is not Secure
  50.       MacTCP problems with new Ma (2 msgs)
  51.       MacTools Secure 1.2
  52.       MHS mail client needed (Q)
  53.       NeXT-style Application Doc (A)
  54.       Nisus Demo
  55.       Portable Screen (Q)
  56.       Punjabi font source(s)?
  57.       Racal InterLan EtherTalk driver for System 7.0 (A)
  58.       SIMM chips (C)
  59.       TCP/IP (C)
  60.       Toner cartridge quality
  61.       venic truetype font
  62.  
  63. The Info-Mac newsgroup is moderated by Bill Lipa and Gordon Watts.
  64.  
  65. The Info-Mac archives are available (by using FTP, account anonymous,
  66. any password) in the info-mac directory on sumex-aim.stanford.edu
  67. [36.44.0.6].  Help files and indices are in /info-mac/help.
  68.  
  69. Please send articles and binaries to info-mac@sumex-aim.stanford.edu.
  70. Send administrative mail to info-mac-request@sumex-aim.stanford.edu.
  71.  
  72. ----------------------------------------------------------------------
  73.  
  74. Date: Thu, 6 May 93 11:01:00 EDT
  75. From: chuck@ksr.com
  76. Subject: [*] LogoMation 1.0.1
  77.  
  78. LogoMation
  79.  ---------
  80.  
  81. LogoMation is a programming environment for people, young and not so young,
  82. doing their first steps in programming.  It introduces the concepts of
  83. programming and program design through a programming language that supports
  84. advanced graphics, animation and sound.  LogoMation was created by a
  85. dedicated team of an old time computer hacker, signed below, and his nine
  86. years old son.
  87.  
  88. LogoMation runs on Macintosh computers equipped with a 68020 processor or
  89. better, system 7.0 or better, and color QuickDraw (note that it does not
  90. *have* to be a color mac, although it's a lot more fun in color).
  91.  
  92. LogoMation is *not* the traditional Logo language, although like Logo it
  93. supports the notion of turtle graphics, and is easy enough to be used even
  94. by very young users.  LogoMation was designed to be forgiving, yet
  95. powerful.
  96.  
  97. LogoMation is an open language; You can use its powerful and simple syntax
  98. to create colorful pictures or you can import pictures created by any
  99. other drawing tools on the Mac and then tell LogoMation to move them
  100. around.  Likewise, you can use LogoMation to record sounds and use them in
  101. sync with the animation, or alternatively import sounds from other Mac
  102. files.
  103.  
  104. LogoMation  features
  105.  * Turtle graphics, e.g. Forward and Left commands.  Straight and Circle
  106.    movement modes.
  107.  * Full 24-bit color graphics; variable width lines, fill patterns.
  108.  * Unlimited number of named pens ("turtles").
  109.  * Full Mac text support, including fonts, sizes and style.
  110.  * Easy definition of named pictures, simply by preceding a group of
  111.    LogoMation statements by the Picture command.  Pictures can also be
  112.    imported from any other graphics tools.
  113.  * Animation is easily programmed by moving pictures at varying speeds and
  114.    along straight and arbitrarily curved paths.
  115.  * Sounds can be recorded and used during animation, in either sync or
  116.    async mode.
  117.  * Library of built-in functions for math, string manipulation, and I/O.
  118.  * WYSIWYG indentation (i.e. compound statements are defined through
  119.    indentation).
  120.  * Language-oriented text editor with automatic indentation and with
  121.    automatic completion of abbreviated commands.
  122.  * Automatic, declaration free data structures: numbers, strings,
  123.    sequential arrays and associative arrays.
  124.  
  125. Many thanks to my friend Etan Rozin for the lovely About Box.
  126.  
  127. Chuck Shavit
  128. 1 Seaborn Place
  129. Lexington, MA 02173
  130. U.S.A
  131. email: chuck@ksr.com
  132.  
  133.  ------
  134. Rev history:
  135.  
  136.    1.0.1 - 5/6/93
  137.        Politely inform users of unsutable platforms (see above) that
  138.        LogoMation cannot run on their machines.  Version 1.0 was
  139.        sometimes unkind to those users.
  140.  
  141.    1.0   - 4/24/93
  142.        First public version.
  143.  
  144. [Archived as /info-mac/app/logo-mation-101.hqx; 712K]
  145.  
  146. ------------------------------
  147.  
  148. Date: 06 May 93 15:37:55 EDT
  149. From: Larry Beck <75300.1172@CompuServe.COM>
  150. Subject: [*] MACSIG from Central Point Software
  151.  
  152. This file is a self-extracting archive that contains a ReadMe file with
  153. further
  154. instructions. It also contains the new INIT M virus signature as well as other
  155. virus signatures back to July 1992.  This file updates Central Point
  156. Anti-Virus for the Macintosh.
  157.  
  158. [Archived as /info-mac/virus/cp-anti-virus-init-m.hqx; 24K]
  159.  
  160. ------------------------------
  161.  
  162. Date: Thu, 6 May 93 11:45:17 EDT
  163. From: dreero@rocbi.DNET.roche.com
  164. Subject: [*] PICTshow15.hqx
  165.  
  166. PICTshow a small slideshow program for viewing PICT-files, listening to
  167. sounds and viewing QT-Movies on a color-capable Macintosh.
  168.  
  169. Versions >= 1.1 require System 7.0 (Please contact me for version 1.0)
  170.  
  171. Changes in version 1.5 :
  172.  
  173. - Added preview window, that contains the QT-Preview of the selected
  174.   picture. The window is resizeable.
  175. - Added menu for printing all previews (30-40 previews / page)
  176.   Works in color on Color Printers. (Looks great on the HP550C!!)
  177. - When movies are played, +/- keys change the sound volume.
  178.   Mouse button aborts current movie.
  179. - Added balloon help
  180.  
  181. Oliver Dreer
  182. odreer@iiic.ethz.ch
  183.  
  184. [Archived as /info-mac/app/pict-show-15.hqx; 33K]
  185.  
  186. ------------------------------
  187.  
  188. Date: Sat, 08 May 1993 02:18:08 EDT
  189. From: takemoto@xtal0.harvard.edu
  190. Subject: [*] Quicktime 1.6
  191.  
  192. This is a Stuffit-compressed archive of the Quicktime 1.6
  193. extension, Apple's standard for video on the Mac.  Now only
  194. takes 20K of RAM when not actually being used.  Uploaded from
  195. BMUG Boston.
  196.  
  197. Darin Takemoto
  198. takemoto@xtal0.harvard.edu
  199.  
  200. [Archived as /info-mac/ex/quicktime-16.hqx; 555K]
  201.  
  202. ------------------------------
  203.  
  204. Date: Thu, 6 May 1993 11:32:13 -0400 (EDT)
  205. From: Ephraim Fithian <fithian@acad.csv.kutztown.edu>
  206. Subject: [*] theTypebook 3.2.4
  207.  
  208. --44205-1845585447-736702964:#6136
  209. Content-Type: TEXT/PLAIN; charset=US-ASCII
  210.  
  211. This is a newer version of theTypebook than the recently posted 3.0.8. I
  212. picked it up from mac.archive.umich.edu. It is freeware but can be
  213. customized for $45 from the author at
  214.     Jim Lewis - Golden State Graphics
  215.     2137 Candis Av.
  216.     Santa Ana, CA 92706
  217.     (714) 542-5518
  218.     CIS: 71650,2373
  219.     AOL: JimXLewis
  220. I have used this to make displays of fonts for students to use in a
  221. graphic design course. High quality.
  222.  
  223. Ephraim Fithian
  224. Kutztown University of PA
  225.  
  226. [Archived as /info-mac/app/type-book-324.hqx; 187K]
  227.  
  228. ------------------------------
  229.  
  230. Date: Thu, 6 May 93 18:40:50 EST
  231. From: mjlowe@acacia.ccsd.uts.edu.au (Michael Lowe)
  232. Subject: [*] Trawl 1.01 (Network Management Utility)
  233.  
  234. Trawl allows a network manager to selectively scan an AppleTalk internet
  235. and produce a pictorial view of the network with the devices and services
  236. found represented as icons.  From this display, which is similar to the
  237. Finder's display of files, further information may be obtained about
  238. specific devices by selecting the desired icons and choosing an action
  239. through the available menus.  Furthermore, the data obtained through the
  240. network scan may be exported to other programs for further use either as a
  241. pictorial view of the network or as textual data.
  242.  
  243. Thanks for the mail you've all sent regarding the first realease of Trawl!
  244. Unfortunately though, I've had difficulties receiving it, since the mailing
  245. daemons on the UNIX machine I gave as my address (acacia.ccsd.uts.edu.au)
  246. seem to have been crashing constantly for the past few weeks.  I've been
  247. told that it will fixed this coming Saturday (8th May).  As of today I have
  248. replied to every message that has made it to me, so if you have sent
  249. something but have not received a reply, please don't thing me rude -
  250. either I haven't received your mail, or my reply hasn't made it past those
  251. nasty daemons.
  252.  
  253. Trawl requires System 7
  254.  
  255. Version 1.01
  256. ============
  257. - Fixed a build problem that caused certain Macs to crash either with
  258. 'Illegal Instruction' or 'Address Error'
  259. - Added printing of both the icon and zone views
  260. - Windows now remember their positions across 'quits'
  261. - Expanded the list of available PICT and Text creator types
  262.  
  263. [Archived as /info-mac/comm/trawl-101.hqx; 97K]
  264.  
  265. ------------------------------
  266.  
  267. Date: Fri, 7 May 1993 04:58:13 -0700 (PDT)
  268. From: John Thoo <jbthoo@ucdavis.edu>
  269. Subject: !HELP--my SE/30 won't work!---a happy ending (long)
  270.  
  271. I posted the following cry for help several digests ago:
  272.  
  273. > This is an emergency for me.
  274. >
  275. > For some strange reason, since this morning, when I startup
  276. > my SE/30 I get the dialog that reads (roughly) `This disc
  277. > is unreadle; do you want to initialize.'  The icon in the
  278. > dialog box seems to indicate that the disc referred to is
  279. > an external floppy, or something like that.  I don't have
  280. > an external floppy drive.  Plus, pressing [Eject] removes
  281. > the dialog box only temporarily, for it reappears almost
  282. > immediately; and pressing [Initialize] gives me the message
  283. > that reads (roughly) `Cannot initialize because disc is
  284. > copy protected.'
  285. >
  286. > I can boot with a System 7.0.1 Disk Tools disc, and everything
  287. > is fine (my internal and external drives mount OK); but I get
  288. > the same troublesome dialog box if I try to boot with a System
  289. > 7.0 Disk Tools disc.  Disk First Aid and Norton Utilities say
  290. > that everything is OK, but that's clearly not true.  Note that
  291. > pressing the [Drive] button in Disk First Aid, I am told that
  292. > there is no external floppy drive connected; that's never
  293. > happened before.
  294. >
  295. > I tried zapping the PRAM, but that didn't help.  Next I tried
  296. > replacing the System file, but that didn't help, either.
  297. > Finally, I reformatted my internal (boot) drive, and reinstalled
  298. > the entire System, but even that didn't help.  The only way I am
  299. > able to boot is from the System 7.0.1 Disk Tools disc.
  300. >
  301. > Any help you provide will be greatly appreciated.  Please let me
  302. > know if you need more info to go on.  Presently, I'm just frazzled
  303. > by the whole situation---most annoying, to say the very least.
  304.  
  305. First, let me thank all the kind folks who responded to my cry;
  306. in particular,
  307.  
  308.   Alan123@AOL.COM
  309.   carlin_joe@msmail.muohio.edu
  310.   D.W.G.VAN.KRAALINGEN@CABO.ARGO.NL
  311.   feinberg@acsu.buffalo.edu
  312.   FRIESEN@NAUVAX.UCC.NAU.EDU
  313.   gritter@hist.unizh.ch
  314.   guykuo@u.washington.edu
  315.   kaplan@scooby.cs.umass.edu
  316.   MANUTTER@grove.iup.edu
  317.   ORBAN@NRCAMT.IME.NRC.CA
  318.   ichard@mole.demon.co.uk
  319.   rng5840@geopsun.tamu.edu
  320.   RTL@siva.bris.ac.uk
  321.  
  322. (Please forgive me if I've missed you.)
  323.  
  324.  
  325. Many folks pointed out that according to Larry Pina's _Dead_Mac_Scrolls_
  326. my problem is a fried "network filter" chip on the motherboard.  The only
  327. real cure for this is either to replace the chip, or to replace the
  328. motherboard; my only option would have been the latter, which I can't
  329. afford to do in the foreseeable future.
  330.  
  331. Others suggested plugging in an external floppy drive (after all, if
  332. baby cries for milk, one should  give baby milk :-)   This seemed like
  333. a better alternative to me since, if I had to blow a few hundred bucks
  334. to fix the beast anyway, I might as well get the use of another floppy
  335. drive in the process.
  336.  
  337. However, one person (Mark Nutter---big thank you!) offered to give me
  338. instructions on using ResEdit to "neuter" the Disk Initialization Package.
  339. What his hack does is, when the Mac hits the routine that's supposed to put
  340. up that dialog prohivitive box, the hack immediately executes a Return from
  341. Subroutine instruction, so the dialog never gets displayed.  According to
  342. Mark, ``My SE runs a little slower, and won't initialize floppies any more,
  343. but it runs.''  He also told me later that the hack's been working for him
  344. for the last 3-1/2 years!
  345.  
  346. Well, I took Mark up on his offer; implemented his hack; and am now writing
  347. you from my once disabled SE/30.  This has been a long post, so let me wrap
  348. it up by saying two more things: 1. unlike Mark, I don't perceive any speed
  349. degradation caused by the hack; 2. Mark has given me his permission to share
  350. his secret recipe with others, so if you want his instructions for the hack,
  351. just drop me a note.
  352.  
  353. Again, thanks to all who responded.
  354.  
  355. Cheerio!
  356. --John.
  357. J. B. THOO, Math Dept, Univ of California, Davis <jb2@math.ucdavis.edu>
  358.  
  359. ------------------------------
  360.  
  361. Date: Fri, 7 May 93 09:23:16 +0300
  362. From: mtrms01@techunix.technion.ac.il
  363. Subject: 2MB SIMMs in a IIci -- any problems
  364.  
  365. Hey!  I was just about to ask that question myself!
  366. I currently have 8*1MB and wanted to move to 4*1MB and 4*2MB to bring me in
  367. line with my current memory needs.  Buying 4*4MB would, of course, be
  368. almost twice as expensive.
  369.  
  370. Bottom line....my Apple dealer says a thousand times 'no', they have had
  371. only problems with the 2MB SIMMS and would not recommend them under any
  372. circumstances.  They were going to try other sources for the SIMMS but as
  373. of today....NO.
  374.  
  375. I am, of course, still interested in getting RELIABLE 2MB SIMMS, if anyone
  376. out there knows something....
  377.  
  378. mike
  379.  
  380. Michael Silverstein
  381. Materials Engineering, Technion
  382.  
  383. ------------------------------
  384.  
  385. Date: Fri, 7 May 93 02:33:32 PDT
  386. From: Les Ferch <ferch@ucs.ubc.ca>
  387. Subject: A few Sys. 7.2 suggestions... (C)
  388.  
  389. >I was thinking that for System 7.2, Apple should have the following
  390. >Command Key combinations automatically installed like CMD. S, Q, etc...
  391.  
  392. >CMD. M for Alias,
  393.  
  394. Yes!
  395.  
  396. >CMD. R for Reset,
  397.  
  398. Only if it brings up a dialog with a Cancal and OK button (with OK
  399. highlighted so you don't need a mouse to restart). I don't want to have to
  400. pay for overshooting Cmd-F or Cmd-D by having my Mac restart.
  401.  
  402. >CMD. T for empty trash
  403.  
  404. Yes! Should be safe because the trash empty warning can be left on for
  405. rookies.
  406.  
  407. >CMD. Z for Undo
  408.  
  409. Yes!
  410.  
  411. >Also, Apple should provide a System 7.2 Emergency repair boot disk along with
  412. >the other system file disks.
  413.  
  414. Yes! A nice mini emergency system that leaves lots of free room on the
  415. disk and boots fasssst! pleeeeeeease.
  416.  
  417. I'd also like to see Eject removed from the menu. Too many rookie Mac
  418. users get themselves in trouble by using Eject instead of dragging their
  419. disk to the trash. In seven years of using and supporting Macs, I've never
  420. needed Eject. I find it far easier to copy files from one floppy to
  421. another by using the hard disk in between rather than doing the floppy
  422. shuffle.
  423.  
  424. Duplicate needs to be extended to support *one-pass* disk duplicating. We
  425. shouldn't have to install DiskCopy of Dart to get decent disk copying.
  426.  
  427. ------------------------------
  428.  
  429. Date: Fri, 7 May 1993 11:34:58 -0400
  430. From: hades@coos.dartmouth.edu (Brian V. Hughes)
  431. Subject: Apple Centris 650 Memory SIMMs?
  432.  
  433. Info-Mac@sumex-aim.stanford.edu writes:
  434.  
  435. >Does the new Macintosh Centris 650 use those special funny-shaped memory
  436. >SIMMs?
  437. >Or can I stick my good ol' reliable ones in the simm slots?
  438.  
  439.     Nope. It uses the 72-pin SIMMs and not the older 30-pin SIMMs that
  440. everyone was used to. This is also going to be the new "standard" for
  441. all new Macs now. At least for all new destop Macs.
  442.  
  443. -Hades (brian.hughes@dartmouth.edu)
  444.  
  445. ------------------------------
  446.  
  447. Date: Fri, 7 May 1993 11:40:13 -0400
  448. From: hades@coos.dartmouth.edu (Brian V. Hughes)
  449. Subject: A question about the C650?
  450.  
  451. Gordon Werner (werner@haveford.edu) writes:
  452.  
  453. >Does the Centris 650 have the same problems with its cache switch that the
  454. >Quadra 700 and 900 had with their '040 processors when they were released?
  455.  
  456.     To what problem are you refering? If you mean the problem that was
  457. caused by people who did properly follow Apple's Programming Guidelines,
  458. and therefore woudl not properly function with the copy-back cache
  459. feature of the '040 chip, then yes these programs will still not work
  460. with the copy-back cahce of the '040 in the C650, since this is the same
  461. '040 used in the Q700 and the Q900. These programs will also not work
  462. with the Q800, Q950 or C610, all of which also use '040 chips.
  463.  
  464. >or have all of the problems been fixed either with Sys. 7.1 and/or new design
  465. >technology.
  466.  
  467.     Not possible. There are no problems with the '040 chip itself. It is
  468. the same old problem of developers thinking that they know what is
  469. better for the Mac than Apple does. So they don't follow the Programming
  470. or Human Interface Guidelines, and when Apple changes something, or uses
  471. something that shouldn't be in use, these programs crash. This is
  472. generaly known as Microsoft Syndrome.
  473.  
  474. -Hades (brian.hughes@dartmouth.edu)
  475.  
  476. ------------------------------
  477.  
  478. Date: Fri, 7 May 93 9:04:02 GMT
  479. From: P Browning <Paul.Browning@bristol.ac.uk>
  480. Subject: Arabic Word Processors (Q)
  481.  
  482. Can anybody point me to a word processor that will
  483. handle Arabic on the Mac? I will summarise for the
  484. net.
  485.  
  486. Thanks in advance.
  487.  
  488. Paul Browning
  489. Dept of Geology
  490. University of Bristol, UK
  491.  
  492. ------------------------------
  493.  
  494. Date: Fri, 7 May 1993 12:47 EDT
  495. From: Dr.Peter T. Boag <BOAGP@QUCDN.QueensU.CA>
  496. Subject: BRIDGE by Artworx - Experience???
  497.  
  498. Is  anyone familiar with this software? I know little of bridge
  499. the game and nothing of BRIDGE the software. Would a decent bridge
  500. player with a MAC but short on regular partners get a kick out of
  501. this package? Thanx.
  502.  
  503. ------------------------------
  504.  
  505. Date: Fri, 7 May 93 20:07:33 EDT
  506. From: bsa@engr.ucf.edu (Brad Ackerman)
  507. Subject: c.s.m.announce archive--where? (Q)
  508.  
  509. Where can I find an ftp archive of comp.sys.mac.announce?
  510.  
  511. ------------------------------
  512.  
  513. Date: Fri, 7 May 1993 09:48 PDT
  514. From: "RGB Technology, Inc/703-834-1500" <SATRE@cisco.nosc.mil>
  515. Subject: Can't we keep it clean?
  516.  
  517. In INFO-MAC V11, #87 (Apr 23), Nick Rothwell <cassiel@cassiel.demon.co.uk>
  518. writes about the Outbound vs. Powerbook:
  519.  
  520. > Excuse me, but you're logic's f*cked. Just because...
  521.  
  522. Gee, hard to figure out what the "*" stands for.
  523. How about keeping things a bit more civilized, friendly, clean, etc?
  524.  
  525. -Steve Satre
  526.  
  527. ------------------------------
  528.  
  529. Date: Fri, 7 May 93 06:13:46 PDT
  530. From: herren@middlebury.edu (David Herren)
  531. Subject: CD-ROM as audio CD players
  532.  
  533. > >I want to link an apple cd player to a HI-Fi amplifier. Do someone
  534. > >know how an CD ROM player (audio mode) compares versus a 'normal' cd
  535. > >player . What about the new POWERCD?
  536. >
  537. > CD-ROM players are not of audiophile quality when used to play audio
  538. > CDs. They generally have much lower signal-to-noise ratio than audio
  539. > CD players. I don't have the specs for the PowerCD (which hasn't been
  540. > released yet) but I suspect it has the same problem (it's just
  541. > another CD-ROM player with some additional capability).
  542. >
  543. > Tony Huang tonyh@msc.cornell.edu
  544.  
  545.  
  546. I may not be a true audiophile--I've only got a $3000 stereo which is quite
  547. modest by audiophile standards, but I don't agree with the above
  548. assessment. The signal to noise ratios of CD-ROM drives may be marginally
  549. lower, but I seriously doubt that more than a handful of raving audiophiles
  550. could hear any differences in a truly blind test. Most home audio CD units
  551. would, I suspect, fall in to the $200-$300 range (some my argue that those
  552. figures are too high), and I suspect that is what the original poster was
  553. refering to by "normal" cd player. In that price range, the quality of the
  554. sound is indistinguishable IMHO. Once one gets in to the $500-$1500 range
  555. for CD audio players, particularly the very nice tube based units, then
  556. certainly one who listened VERY critically could hear differences.
  557.  
  558. -David
  559. herren@middlebury.edu
  560.  
  561. ------------------------------
  562.  
  563. Date: Fri, 7 May 1993 02:05:23 PDT
  564. From: Paul_Gloger.es_xfc@xerox.com
  565. Subject: CD-ROM player vs. Audio CD player (c)
  566.  
  567. >Date: Thu, 6 May 1993 01:28:48 -0500
  568. >From: tonyh@msc.cornell.edu (Tony Huang)
  569. >
  570. >CD-ROM players are not of audiophile quality when used to play audio CDs.
  571. >They generally have much lower signal-to-noise ratio than audio CD players.
  572.  
  573. I suppose then that it must be the process of reducing the audio quality of
  574. CD-ROM players that causes them to cost 5 times as much as an audio CD
  575. player.
  576.  
  577. /Paul Gloger  <PGloger.esxfc@xerox.com>
  578.  
  579. ------------------------------
  580.  
  581. Date: Fri, 7 May 1993 16:23:00 -0700 (PDT)
  582. From: Guy Kuo <guykuo@u.washington.edu>
  583. Subject: Color Inkjet Refill Works
  584.  
  585. I have successfully refilled a HP DeskWriter-C/550C color inkjet
  586. cartridge. I've been refilling the black cartridge for years without
  587. difficulty. Now I can print with color without constantly worrying about
  588. the expensive color cartridges. Waterproof inkjet ink in cyan, magenta,
  589. and yellow was obtained in 2 oz bottles from Computer Friends. With
  590. shipping, it came to $42.50. They also have it in pint bottles.
  591. Their number is 1-800-547-3303
  592.  
  593. Procedure was to cut the top of the green handle off with a hacksaw. This
  594. was amazingly easy. Just hack off the top 2 mm of the green part. Inside
  595. you will see the clear plastic top which lies at the level where the black
  596. and green portions of the case come together. There are three holes, each
  597. leads to the ink sponge of one primary color. Inject 2-3 cc of ink of the
  598. apppropriate color into each hole. Seal with some plastic tape. Just don't
  599. overfill or you will have a mess of ink dripping out the nozzles. If that
  600. happens, let it blot for several minutes onto a clean paper towel. If you can
  601. see ink welling up through the nozzles spontaneously, there is too much ink.
  602. If there is too much ink, the nozzles can't fire through the drop of ink
  603. hanging off the cartridge and pretty soon ink is spalttered all over the
  604. place. I used to have that problem with the black ink as well.
  605.  
  606. Anyway, I'm very pleased with the color ink. Just one refill has already
  607. paid for the ink, and most black cartridges lasted a good 7-8 refills if
  608. I never let them run completely dry.
  609.  
  610. guykuo@u.washington.edu
  611.  
  612. ------------------------------
  613.  
  614. Date: 6 May 93 23:42:42 EDT
  615. From: David.M.Tillinghast@Dartmouth.EDU (David M. Tillinghast)
  616. Subject: E-mail directory
  617.  
  618. Does anyone know how I might find out if there is an E-mail connection to the
  619. University of Asmara, in Eritria?
  620.  
  621. It's fairly important that I contact someone at that institution, but I don't
  622. know how to go about querying about addresses.
  623.  
  624. Thank you,
  625. -tig
  626. (send mail to [in order of preference]
  627. tig@dartmouth.edu,
  628. tig@coos.dartmouth.edu,
  629. tiggy@aol.com,
  630. 72521.1557@compuserve.com
  631. and (603) 643-5158 for people with voices.)
  632.  
  633. ------------------------------
  634.  
  635. Date: Fri, 07 May 93 20:37:47 EDT
  636. From: "Allan M. Bloom" <IRBLOOM@VTVM1.CC.VT.EDU>
  637. Subject: Ethernetlet (No flame)
  638.  
  639. No, I am not going to talk about FOCUS' installer. I stumbled into a
  640. pissing contest. I can excrete as well as the next person, but I prefer
  641. not to compete in that mode. That topic is dead. No mas! I surrender!
  642.  
  643. But several of y'all (second person plural, Southern) asked that I inform
  644. the group about progress on the home ethernetlet.
  645.  
  646. Leslye about threw a fit this morning when she tried to print one of her
  647. favorite files. Took her a while to finger out that my Mac was off. No
  648. way she could even find a printer when both were hooked to my Mac via
  649. the borrowed Sonic LaserBridge. Blessedly she had enough other things on
  650. her mind that she didn't throw a fire bomb through my office window. She
  651. just fired up my Mac and continued the mission.
  652.  
  653. The AsantePrint I ordered (Thanks to all who pointed me to that product)
  654. came after lunch. This evening I plugged our two localtalk printers into
  655. it. Super! No problem, mon! All that stuff. It *does* need to be checked
  656. to see that the active port (thick/thin in this case) switch is pointed
  657. in the right direction (Dayna's EtherPrint 2.0 is not supposed to need
  658. that step, but it isn't shipping, either), but that is it. If divorce is
  659. on the horizon, I won't be able to blame it on AsantePrint. On my
  660. disgustingly cute and bright work study student? Another matter.
  661.  
  662. Al Bloom, Virginia Tech
  663.  
  664. ------------------------------
  665.  
  666. Date: 07 May 1993 07:15:56 +0100 (MET)
  667. From: HANS KROEGER <KROEGER@dornier.de>
  668. Subject: Ethernet Problem w/ PowerBook Duos
  669.  
  670. On MACNET-L Jeff Luck reported the following problem with PowerBook Duos
  671. on Ethernet:
  672.  
  673. >There is a problem with the System software (7.1) delivered on the PowerBook
  674. >Duos when it is connected to ethernet.  The problem causes the Duos to
  675. >send ethernet broadcasts onto a network every 8-10 seconds:  this results
  676. >in a very high collision rate on the network and degrades network
  677. >performance.
  678. >The solution to this problem is to move the AutoRemounter Control Panel into
  679. >the trash, delete it, and reboot the Duo.  There is a known bug in this
  680. >Control Panel and it should be fixed in the next release of System 7.
  681.  
  682. Question: Can someone confirm the recommended action ?
  683.  
  684. Hans Kroeger
  685. kroeger@dornier.de
  686.  
  687. ------------------------------
  688.  
  689. Date: Fri, 7 May 93 11:31:41 JST
  690. From: paul@etlcom3.etl.go.jp (Paul Fons)
  691. Subject: Fax number of ADPA (Q)
  692.  
  693. Can anyone provide the fax number of ADPA (US).  Thanks.
  694.  
  695.                 paul@etlcom3.etl.go.jp
  696.  
  697. ------------------------------
  698.  
  699. Date: Fri, 7 May 1993 09:25:00 +0000
  700. From: "Bob (R.B.) Summers" <bob@bnr.ca>
  701. Subject: Home printers: color or B/W?  (summary)
  702.  
  703. A while back I posted a request for comments on whether I should get a
  704. color printer.  My budget really limited the choices to the HP line of
  705. inkjet printers, the stylewriter II, or cheap laser printers.  Many
  706. thanks to all those who responded.  I've summarized the comments
  707. below.  (Hope I didn't miss anybody).
  708.  
  709. The only concensus from the responses is that most people are
  710. generally happy about their HP printer.  The one dissent is about the
  711. HP drivers.  I've been seeing more noise on the net about this lately.
  712.  
  713. In case you're wondering, procrastination has won again.  It seems
  714. that the kids are finished their school projects for the year, so I
  715. have until the fall to bite the bullet.  I'm leaning toward the HP
  716. Deswriter (B/W), but I'll watch the posts about the driver problems.
  717. I just saw an advert last night for a new HP laser for under $1000.
  718. I'll watch for good deals on all these printers  in the next 2-3
  719. months.
  720.  
  721. Thanks again.
  722.  
  723.  
  724. SUMMARY FOLLOWS:
  725.  
  726. ----
  727. We have both a (4 year old) 500 and a (6 mo. old) 550C.  Our
  728. girls (7 and 10) use color for KidPix pictures (i.e., just for fun,
  729. but they make all their own birthday invitations, thank-you notes,
  730. etc.).  My wife and I have both found use for occasionally using the
  731. color:  color-coded binder labels, red debit entries on school
  732. association treasurer's reports, and for making buttons (we have one
  733. of those make your own button gizmo's).
  734.  
  735. My wife finds that the 550C is NOT as good for her Desktop publishing
  736. efforts (can't explain why, except that the print mechanism has TWO
  737. cartridges to slew back and forth instead of one, which may make it
  738. slightly less accurate).
  739.  
  740. ----
  741. I would recommend getting the HP Deskwriter C unless you can
  742. afford to go with a Laserwriter. The DW 550C is better and gives
  743. better black during color printing.
  744.  
  745. Color is a hard question and $200 Can additional price can easily make
  746. you reject the purchase. First, you don't need color. There I said it.
  747. It hurt, but I said it.   BUT... color can make a big difference. What
  748. about greeting cards being made for the family. Color really adds that
  749. special touch to help one get out of the doghouse. What about school
  750. reports or science fair projects.
  751.  
  752. ----
  753. I always recommend that people get what they need and what they
  754. can forseeably need.  As you can think of a possible use for color,
  755. save the money for the girls' college fund.
  756.  
  757. I have the DW-C and am very happy with it.  The main purpose for which
  758. I got color is to prepare overhead transparencies for paper
  759. presentations.
  760.  
  761. ----
  762. We have used a DeskWriter 500C for about a year now. You may not
  763. feel you need color, but the quality of output from our HP is
  764. outstanding. This is an excellent technology at a reasonable price.
  765. Even after a year of use, I continue to be impressed with the design
  766. and implementation of this printer.
  767.  
  768. ----
  769. I bought the 500C, "just in case I needed color". It seemed like
  770. a good idea, and I definitely couldn't justify the cost of the 550C.
  771. But I've found I hardly _ever_ use color.
  772.  
  773. ----
  774. Have you considered an *relatively* inexpensive Postscript printer
  775. such as the GCC BLP Elite ? I bought one about 18 months ago and have
  776. been extremely happy with it. I've seen the street price as low as
  777. $1100
  778.  
  779. ----
  780. I have a Deskwriter 500 C at work, and I feel that I have to warn
  781. you that HP printer drivers are *buggy*: they use a lot of memory
  782. which they don't always cleanly release (see recent postings on
  783. Info-Mac), and I had a couple of not-so-complicated color pictures
  784. (vector drawings -- I use colour for presentation purposes) that don't
  785. come out right (some objects don't come out at all, some print at
  786. wrong places).
  787.  
  788. The Stylewriter II may not be much better than the HP as far as
  789. hardware is concerned, but the driver is just great (and it works!).
  790.  
  791. ----
  792. I love my (original) deskwriter!
  793.  
  794. The deskwriter C is, in my humble opinion, a false economy.  You
  795. really should eliminate it from consideration.  You would immediately
  796. be unhappy with the blacks on the page, and you would always wish that
  797. you had sprung for a 550c.
  798.  
  799. ----
  800. I have used an HP Deskwriter for the past couple of years and I
  801. like it very much. It is fast, quiet, and reliable. We've been using
  802. one in our undergraduate computer lab at the university for the past
  803. couple of years and have printed thousands of pages without a problem.
  804.  
  805. ----
  806. IMHO the 500 is your best bet. I've had one at work that's been
  807. networked for3 or 4 Macs and is probably way above the  estimated
  808. death time for the engine after 3 years. I also have one at home that
  809. should last forever and never disappoints me. I looked at the color
  810. model too, when I was about to buy my home model, but came up with no
  811. answers to the questions you ask. And my kids are younger.
  812.  
  813. ----
  814. AND from an 'unbiased' :-) HP employee...
  815.  
  816. ...if you can afford color, it's probably a worthwhile investment.
  817. There are many color illustration programs available, not to mention
  818. programs like PhotoShop.
  819.  
  820. ***** HECK, ED, Photoshop costs more than the printer :-) *****
  821.  
  822. END SUMMARY
  823.  
  824. Bob Summers  (Bob@BNR.CA)
  825. Bell-Northern Research / Northern Telecom Ltd
  826. Ottawa, Canada
  827.  
  828. ------------------------------
  829.  
  830. Date: Fri, 7 May 93 14:57:31 +0100
  831. From: Mr Gordon S Byron <g.s.byron%stirling.ac.uk@Forsythe.Stanford.EDU>
  832. Subject: HyperCard->network
  833.  
  834. Does anybody have any experience of using HyperCard over the network?
  835. I would like to do so for a learning program and could use some advice
  836. thanks gordon
  837.  
  838. ------------------------------
  839.  
  840. Date: Fri, 7 May 1993 15:58:02 GMT
  841. From: janus@staff.tc.umn.edu ()
  842. Subject: INFO on QUICKTIME, please
  843.  
  844. Can anyone give me a quick rundown on how you use QuickTime.  I think I need
  845. to find out more about it in order to upgrade a set of HyperCard stacks I've
  846. deleloped  that teach Norwegian.  A few very basic questions:
  847.  
  848. What equipment and software do I need to develop and run QT movies.
  849.  
  850. If I need third part development tools, what do you recommend.
  851.  
  852. How effective are the movies in getting your points across, or are the
  853. movies gimmicks that soon lose their appeal?
  854.  
  855. Do I need special licenses from Apple to use my developed products?
  856.  
  857. I see in the ADPA "Tools for developers" Feb '93, a product called "Windows
  858. Software Development Kit."  Any comments from people who have used this?
  859.  
  860. Thanks for any advice or information.
  861. Louis Janus
  862. The University of Minnesota
  863.  
  864. ------------------------------
  865.  
  866. Date: Fri, 7 May 1993 05:34:51 GMT
  867. From: kieran@world.std.com (Aaron L Dickey)
  868. Subject: Limbaugh.hqx (a proposal)
  869.  
  870. Info-Mac@sumex-aim.stanford.edu writes:
  871.  
  872. >The submission of Clinton.hqx suggested another application that I
  873. >don't have time to write but feel free to use the idea.
  874.  
  875. >Limbaugh 0.0 is a startup application.  When it is running you will hear
  876. >the voice of Rush Limbaugh ranting and raving, bitching and moaning,
  877. >non-stop except for a 24-hour pause every four years on the first
  878. >Tuesday in November.  If a republican is elected, the program displays
  879. >and American flag, plays a selection of patriotic music, then goes to
  880. >sleep for four years.  Caution, until the earlier Bush, Limbaugh has
  881. >no Quit option.
  882.  
  883. You know, I was under the impression that Info-Mac was for the discussion
  884. of the Macintosh.  There are DOZENS of mailing lists and newsgroups in
  885. which people can spew political intolerance; Info-Mac isn't one of them.
  886. Can we take the politics elsewhere, please?
  887.  
  888. --Aaron
  889.  
  890. ------------------------------
  891.  
  892. Date: Fri, 07 May 1993 11:58:40 CST
  893. From: Chris Culy <cculy@vaxa.weeg.uiowa.edu>
  894. Subject: LOGO for the Mac (R)
  895.  
  896. [I couldn't reach the poster.]
  897.  
  898. There is a free version from an ftp site at UC Berkeley. The name of the
  899. package is ucblogo. Since there are versions for DOS and UNIX as well,
  900. an archie search would help you get the Mac name exactly.
  901.  
  902. One warning: it does not do all of the graphics.
  903.  
  904. Hope this helps.
  905.  
  906. Sincerely,
  907.  
  908. Chris
  909. chris-culy@uiowa.edu
  910.  
  911. ------------------------------
  912.  
  913. Date: Thu, 6 May 1993 23:49 EST
  914. From: ABRODY@vax.clarku.edu
  915. Subject: MacLink Plus file conversions
  916.  
  917. Doug, and everyone else,
  918. MacLink Plus conversions is at Sumex-aim.stanford\reports directory, or was
  919. back in February.  I don't know if they empty their archives.  If you can't
  920. find it there, I can post one up around the 14th of May.
  921. Sincerely, ABRODY @ CLARKU
  922.  
  923. ------------------------------
  924.  
  925. Date: Fri, 7 May 93  12:42 GMT
  926. From: Big Nose <LAWA%IAPE.AFRC.AC.UK@Forsythe.Stanford.EDU>
  927. Subject: Macsbug (Q)
  928.  
  929. Whats the latest version of MacsBug and where can I get it from ?
  930.  
  931. Cheers,
  932.  
  933. Andy Law
  934.  
  935. ( LAWA @ IAPE.AFRC.AC.UK                      Big Nose in Edinburgh )
  936.  
  937. ------------------------------
  938.  
  939. Date: Fri, 07 May 93 12:56:04 CDT
  940. From: Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU>
  941. Subject: MacSecure is not Secure
  942.  
  943. No, I'm not complaining about MacSecure, just clarifying that there
  944. are two entities where some of us thought there was only one. As I
  945. recall, we got off on this because someone asked about a program
  946. called MacSecure, and a couple of us took him/her to be talking
  947. about Secure, the encryptor CPS dropped from MacTools 2.
  948.  
  949. Turns out that there's another program called MacSecure. As far as I
  950. can gather, it's a fancier version of At Ease. It comes from Learning
  951. Performance, 612-854-2730.  List $100.
  952.  
  953. Graeme Forbes
  954.  
  955. ------------------------------
  956.  
  957. Date: 7 May 1993 13:51:24 -0500
  958. From: "Tom Scott" <Tom_Scott@qmengr.mail.cornell.edu>
  959. Subject: MacTCP problems with new Ma
  960.  
  961.      MacTCP problems with new Macs?
  962. I've had some MacTCP problems with a couple of the new Macs that come with the
  963. System Enablers (specifically a Centris 610 and an LC III).  I'm aware of a
  964. problem on the 610 (but haven't observed it yet) and have experienced the
  965. problem on the LC III.  It manifests itself when I open the MacTCP control
  966. panel, no LocalTalk icon shows up in the MacTCP dialog.  I can configure it
  967. the
  968. normal way, but programs that use MacTCP (one Cornell-develped terminal
  969. emulation program called Comet, in particular) cannot connect to the host
  970. because of a MacTCP error, stating that it wasn't loaded or configured
  971. properly.  The situation on the Centris I haven't had a chance to check out
  972. yet, but it sounds similar (according to symptoms told me over the phone by
  973. the
  974. Centris user).
  975.  
  976. Any ideas on this?  Both machines are running System 7.1 and using MacTCP
  977. 1.1.
  978. The LC III has only a handful of extensions/control panels besides the
  979. Apple-sanctioned ones (MacTCP, QuickMail INIT, Retrospect Remote CP,
  980. Disinfectant 3.2 INIT).  The absence of the LocalTalk icon in the MacTCP
  981. window
  982. really makes me wonder.  I've never seen this before, and it's strange that
  983. it's happening on two of the new "System Enabler"-ized Macs.
  984.  
  985. Please respond back to me directly.  I'm cross-posting to several lists in
  986. order to resolve this as quickly as possible.  Thanks!!    :-)
  987.  
  988. Thomas Scott, Systems Manager, College of Engineering
  989. Cornell University, Carpenter Hall Annex, Ithaca, NY  14853
  990.  
  991. ------------------------------
  992.  
  993. Date: Fri, 7 May 1993 21:56:36 -0500
  994. From: silber@TC.Cornell.EDU (Jeffrey A. Silber)
  995. Subject: MacTCP problems with new Ma
  996.  
  997. Try running MACTCP 1.1.1 with System 7.1.  When you switch that you'll get
  998. your LocalTalk icon back (I did on our IIvx's with 7.1).
  999.  
  1000. ------------------------------
  1001.  
  1002. Date: Thu, 6 May 1993 22:26:35 -0800
  1003. From: bylsma@unixg.ubc.ca (Dieder B.)
  1004. Subject: MacTools Secure 1.2
  1005.  
  1006. >
  1007. >Secure was in MacTools Deluxe but got dropped from MacTools 2, to my
  1008. >irritation. If you're running System 7 you need version 1.2 - if yours
  1009. >is an older version they'll upgrade it for the cost of mailing it. I
  1010. >don't believe they'll sell it to you if you don't already own a version,
  1011. >but you can always ask.
  1012. >
  1013.  
  1014.  
  1015. If my memory serves me correctly, there is a version of MacTools available
  1016. on mac.archive.umich.edu. Complete version at that...compacted and ready to
  1017. go...all you need is compactor, and the decryption program which you
  1018. already have....check the indices over at umich for its exact location....
  1019.  
  1020. Just my $0.04 worth,
  1021.  
  1022. Dieder
  1023.  
  1024. ------------------------------
  1025.  
  1026. Date: 8 May 1993 04:55:54 GMT
  1027. From: hhll@stein.u.washington.edu (Steven Hodas)
  1028. Subject: MHS mail client needed (Q)
  1029.  
  1030. Does anyone know of an MHS mail client for the Mac, hopefully not too
  1031. expensive? I know I can use CompuServe but the people I need to mail to
  1032. don't poll it frequently enough.
  1033.  
  1034. Thanks,
  1035.  
  1036. Steven
  1037.  
  1038. ------------------------------
  1039.  
  1040. Date: Fri, 07 May 93 12:39:41 CDT
  1041. From: Graeme Forbes <PL0BALF@VM.TCS.Tulane.EDU>
  1042. Subject: NeXT-style Application Doc (A)
  1043.  
  1044. More details about Finder Palette. Roger Beecher no longer supports it
  1045. as shareware, but tells me it's now part of the commercial program
  1046. Public Utilities (Fifth Generation Systems) and has been renamed
  1047. Launch Pad.
  1048.  
  1049. Incidentally, he didn't cash my shareware check, which was thoughtful.
  1050. Still, he should have - I get a lot of mileage out of Finder Palette
  1051. which is still available on line as shareware. I think $20 is reasonable
  1052. for the program alone.
  1053.  
  1054. Graeme Forbes
  1055.  
  1056. ------------------------------
  1057.  
  1058. Date: Fri,  7 May 1993 10:05 CST
  1059. From: <SWAECHTER%UTMEM1.BITNET@Forsythe.Stanford.EDU>
  1060. Subject: Nisus Demo
  1061.  
  1062. Does anyone know the whereabouts of a demo version of the word processor,
  1063. Nisus?  Thanks.
  1064.  
  1065. Steve Waechter
  1066. swaechter@utmem2 (bitnet)
  1067. swaechter@utmem2.utmem.edu (internet)
  1068.  
  1069. ------------------------------
  1070.  
  1071. Date: Fri, 7 May 1993 22:13 EST
  1072. From: ABRODY@vax.clarku.edu
  1073. Subject: Portable Screen (Q)
  1074.  
  1075. Dear Netters,
  1076. I have always wished the LC was a powerbook with 256 colors.
  1077. Has anyone made a screen that weighs 10 lbs or less and costs less than $500
  1078. with 256 colors, and of course uses the built in video support of the LC with
  1079. no additional adapters?   I have heard of a B & W screen portable with the LCs
  1080. motherboard made by a company in Colorado 2 years ago, but no color screens.
  1081. At 8.8 pounds the CPU box of the LC always seems to be begging to become a
  1082. portable.  If it has been made, where can I buy it.  This is specifically
  1083. about the LC/I, though it could also apply to the LC/II or III.
  1084. Thank you.
  1085.  
  1086. Sincerely,
  1087.  
  1088. ABRODY @ CLARKU
  1089.  
  1090. ------------------------------
  1091.  
  1092. Date: Fri, 7 May 93 14:49:04 -0700
  1093. From: Michael_Hayward@sfu.ca
  1094. Subject: Punjabi font source(s)?
  1095.  
  1096. Can anyone point me at a Punjabi font for the Mac?
  1097.  
  1098. I've blithely agreed to help a friend of mine put together a tri-lingual
  1099. brochure (English/Chinese/Punjabi) on my Mac, and am only now beginning to
  1100. realize that there are obstacles... :-)
  1101.  
  1102. Some kind of PostScript font would be best, of course, but even a screen
  1103. font would be a start that would allow me to experiment a bit (...not
  1104. knowing the language mights slow down the experimentation as well!)
  1105.  
  1106. Thanks for any and all assistance/information.
  1107.  
  1108. ...Michael Hayward      Himie Koshevoy Publishing Lab
  1109.    hayward@sfu.ca       Simon Fraser University at Harbour Centre
  1110.  
  1111. ------------------------------
  1112.  
  1113. Date: Fri, 7 May 93 14:07:54 MDT
  1114. From: sharmony@nova.ta52.lanl.gov (Stephen C. Harmony)
  1115. Subject: Racal InterLan EtherTalk driver for System 7.0 (A)
  1116.  
  1117. > Do any one know where can I find/download Racal InterLan EtherTalk
  1118. > driver for System 7?
  1119.  
  1120. As far as I know, there's no place to download it, but I know how you can
  1121. get it. Just call Racal InterLan at 508-263-9929 and ask them for a copy. I
  1122. did this not too long ago and they mailed it right out.
  1123.  
  1124. Steve Harmony
  1125. Los Alamos, NM
  1126.  
  1127. ps. Please don't ask me to e-mail you a copy. Like everything else today,
  1128. it's protected by copyright and a shrink-wrap license.
  1129.  
  1130. ------------------------------
  1131.  
  1132. Date: Fri, 7 May 1993 11:59:18 -0400
  1133. From: hades@coos.dartmouth.edu (Brian V. Hughes)
  1134. Subject: SIMM chips (C)
  1135.  
  1136. ace@tidbits.com (Adam C. Engst) wites:
  1137.  
  1138. >>     2   x  4 Mbit   =  1 MByte  (Has anyone made a SIMM this way??)
  1139.  
  1140. >I think I've seen some of these.
  1141.  
  1142.     I have some of these installed in a Classic II and an LC in my
  1143. office. They work great.
  1144.  
  1145. >>    16   x  4 Mbit   =  8 MByte
  1146.  
  1147. >I've been told that these guys use a "double bank" of 4 Mb chips,
  1148. >so you essentially get two 4 MB SIMMs on one SIMM card.
  1149.  
  1150.     Essentially, but the computer looks at this and sees it as an 8MB
  1151. SIMM and not as two 4MB SIMMs even though this is how it is configured.
  1152.  
  1153. >It's a non-composite SIMM because of that. This may not apply to the
  1154. >older 30-pin SIMMs.
  1155.  
  1156.     Nope. It doesn't apply to the 30-pin SIMMs.
  1157.  
  1158. >>     8   x  8 Mbit   =  8 MByte  (Is there a 8 Mbit chip??)
  1159.  
  1160. >I don't believe so.
  1161.  
  1162.     Actually, there is, it just isn't used by anyone, and is therefore
  1163. very expensive to use. These are the chips used in the 30-pin version of
  1164. the 8MB SIMM, I think.
  1165.  
  1166. >>    32   x  4 Mbit   = 16 MByte
  1167.  
  1168. >That's a composite SIMM.
  1169.  
  1170.     Yup. And these are also the only composite SIMMs that exist. The
  1171. problem is that just about every memory maker around is using this type
  1172. of 16MB SIMM. Mostly because it costs about 2-3 times less than
  1173. constructing an actual 16MB 72-pin SIMM. See below. One other little
  1174. tidbit ;-> about composite 72-PIN SIMMs that people might like to know
  1175. is that they are generally too big to correctly sit on the motherboard
  1176. of the C650 and especially the Q800 with it's side-mounted design and
  1177. limited space.
  1178.  
  1179. >>     8   x 16 Mbit   = 16 MByte
  1180.  
  1181. >I don't believe this exists.
  1182.  
  1183.     Yes, it does. This is the non-composite 16MB 72-pin SIMM that can
  1184. actually be used in the Q800 without causing it to die on you.
  1185.  
  1186. >>    16   x 16 Mbit   = 32 MByte
  1187.  
  1188. >This is correct for a 32 MB SIMM, but you're missing the non-composite
  1189. >16 MB SIMM, which, as I understand it, is 8 x 16 Mb, or actually half
  1190. >of a a 32 MB SIMM.
  1191.  
  1192.     Right. That is the SIMM that he talks about directly above this one.
  1193. 8 x 16 Mbit, which is half of 16 x 16 Mbit.
  1194.  
  1195. >It sounds like the 32 MB SIMMs use the same double bank scheme as the 8
  1196. >MB SIMMs, so if you remove half the chips, you get a 16 MB SIMM.
  1197.  
  1198.     Yup.
  1199.  
  1200. >>     8   x 32 Mbit   = 32 MByte  (Is there a 32 Mbit chip)
  1201.  
  1202. >Not in production as I understand it.
  1203.  
  1204.     I haven't heard of this either.
  1205.  
  1206. >Other than the non-composite 16 MB SIMM, I think you've got most of
  1207. >the important ones.
  1208.  
  1209.     As I pointed out above, he does have the non-composite 16MB SIMM in
  1210. the list above.
  1211.  
  1212. >When you finish with this, please send me a copy and I'll put it in
  1213. >TidBITS as part of a followup on our Quadra 800 RAM Quirks article.
  1214.  
  1215.     Good idea. There are still a lot of confused people out there. It is
  1216. also a little known fact that if you use 70ns or 60ns 16MB composite
  1217. SIMMs in the C650, the timing problem will most likely go away. This is
  1218. due to the fact that the SIMM is actually working at a speed faster than
  1219. the 80ns that the C650 needs, andbecause of this the timing is generally
  1220. ok. This is from Dale Adams in a post he made yesterday to
  1221. comp.sys.mac.hardware, and in any even use of composite SIMMs is in no
  1222. way sanctioned or recommended by me, Apple, or anyone else I've talked
  1223. to. Of course since the Q800 need 60ns and no one has made 50ns or 40ns
  1224. chips yet...
  1225.  
  1226. >It took me a long time to figure out what little I know about these
  1227. >things, and such a chart would be a good reference in the future (at
  1228. >least for me, if you don't save TidBITS issues it won't do you any good.
  1229.  
  1230.     Note: this can also be seen as a plug for Easy View which is the
  1231. best TidBITS archiver/reader I have seen. If you read TidBITS on a
  1232. regular basis you need Easy View.
  1233.  
  1234. -Hades (brian.hughes@dartmouth.edu)
  1235.  
  1236. ------------------------------
  1237.  
  1238. Date: Sat, 8 May 1993 01:37:05 +0200
  1239. From: geisler@genvax.mpib-tuebingen.mpg.de (Robert Geisler)
  1240. Subject: TCP/IP (C)
  1241.  
  1242. Adam C. Engst writes:
  1243.  
  1244. > Don't worry about them - they are the protocols that the Internet
  1245. > runs on. Programs like Gopher and Fetch require those protocols be
  1246. > available on your Mac (via MacTCP from Apple).
  1247.  
  1248. I'd like to add that Gopher is not a program, either. Gopher and FTP are
  1249. competing Internet protocols for file transfer. (IMHO, Gopher is generally
  1250. easier to use. It also offers searches and gateways to other Internet
  1251. services.)
  1252. Gopher client programs for the Macintosh are TurboGopher and GopherApp.
  1253. Fetch *is* an FTP client.
  1254.  
  1255. Robert Geisler
  1256.  
  1257. ------------------------------
  1258.  
  1259. Date: Sat, 8 May 93 02:28 CDT
  1260. From: jpoutine@spu1.uwsp.edu
  1261. Subject: Toner cartridge quality
  1262.  
  1263. Is there a difference in the quality of printed halftones depending upon the
  1264. brand of laser toner cartridge? There sure is!
  1265.  
  1266. When I bought my LaserWriter IIg, it came with an Apple branded toner
  1267. cartridge. When it ran out, I replaced it with a HP branded toner cartridge.
  1268. I noticed the print quality of halftoned photos didn't look as good. So, I
  1269. bought an Apple branded cartridge to see if the good quality returned to
  1270. "normal." It did.
  1271.  
  1272. The print quality is NOT minor. There is a dramatic difference.
  1273.  
  1274. Just thought I'd mention this in case some of you are using an HP branded
  1275. cartridge, not realizing there is a difference.
  1276.  
  1277. Has anyone else experienced this?
  1278.  
  1279. Jay
  1280. jpoutine@spu1.uwsp.edu
  1281.  
  1282. ------------------------------
  1283.  
  1284. Date: Fri, 7 May 93 07:18 EDT
  1285. From: <JRCLARK%UTKVX3.BITNET@Forsythe.Stanford.EDU>
  1286. Subject: venic truetype font
  1287.  
  1288. For those looking for a truetype version of the bitmap venice font:
  1289.  
  1290. try info-mac/font/tt/genoa.hqx
  1291.  
  1292. Jim Clark
  1293. UT Martin
  1294.  
  1295. ------------------------------
  1296.  
  1297. Date: Thu, 06 May 93 19:13:29 EST
  1298. From: GBRILLON@UDESVM
  1299.  
  1300. Hi,
  1301.  
  1302.   I begin in Macintosh programming with THINK C. I want to display a message
  1303. in the Open dialog box of the system: like "Please open an application". With
  1304. the old files specs, I know it's possible (function FSGetFile or someting like
  1305. that). With the new System 7 function (StandardGetFile) the process isn't the
  1306. same.
  1307.  
  1308.   Is someone of you know how to do that? Do I have to make a filterProc to
  1309. display this message?
  1310.  
  1311.  Unfortunatly, I don't have the new Inside Mac books with me. Can someone help
  1312. me?  Please respond directly by email. Thanks a lot!
  1313.  
  1314. ------------------------------
  1315.  
  1316. End of Info-Mac Digest
  1317. ******************************
  1318.  
  1319.